home *** CD-ROM | disk | FTP | other *** search
- if(random(100) < 50)
- {
- gotoAndPlay(26);
- tellTarget("_root.GardeDevant.GardeTir.Tir.Haut")
- {
- gotoAndStop("ArretTir");
- play();
- }
- }
- else
- {
- tellTarget("../../GunSon")
- {
- play();
- }
- set("/Variables:Balle",random(10) + 1);
- tellTarget("_root.Meg.Balle" + eval("/Variables:Balle"))
- {
- gotoAndPlay(2);
- }
- }
-